home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20041116-20060924 / 000212_fdc@columbia.edu_Wed Nov 30 16:10:07 2005.msg < prev    next >
Internet Message Format  |  2006-09-27  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Take command exiting...
  5. Date: 30 Nov 2005 21:09:59 GMT
  6. Organization: Columbia University
  7. Lines: 18
  8. Message-ID: <slrndos597.2sq.fdc@sesame.cc.columbia.edu>
  9. References: <1133384455.038767.79060@o13g2000cwo.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1133384999 15006 128.59.59.56 (30 Nov 2005 21:09:59 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 30 Nov 2005 21:09:59 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15459
  17.  
  18. On 2005-11-30, malone <malonespam@cox.net> wrote:
  19. : With out trying to get too depp in it - I am processing an array that
  20. : is populated with mulitple kermit command files,  for the sake of
  21. : complexity lets say 10 command files are in the array, if there is a
  22. : problem with command file # 5 and it is not processing corectly, is
  23. : there a way to fail #5 command file and resume on #6 command file?
  24. :
  25. : example of code :
  26. :   assign \%v \ffiles(*.ksc)
  27. :   declare \&b[\%v]
  28. :   for \%j 1 \%v 1 {
  29. :     take \&b[\%j]
  30. :   }
  31. :
  32. Sure.  When it detects that it has a problem, just have it give an END
  33. command.
  34.  
  35. - Frank